home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Anwendungen / TrueReality / TrueReality.readme < prev    next >
Text File  |  1999-01-03  |  2KB  |  70 lines

  1.  
  2.  This is my Amiga PPC port of TrueReality -  a Nintendo 64 emulator.
  3.  
  4.  Contact me at amidog@amidog.com. URL: http://www.amidog.com/n64/
  5.  
  6.  Usage:
  7.  
  8.  * Config TR using the TrueReality.cfg file:
  9.  
  10.  Line 1: AGA - 6bit using custom C2P.
  11.          GFX - 6bit (with 8bit chunky screen) using WPA8.
  12.          HAM8 - 32bit using custom 32bit->HAM8 conversion and 8bit C2P.
  13.  
  14.  Line 2: 320 240 ID - where ID is the screenmode ID in HEX!
  15.  Line 3: 640 480 ID - where ID is the screenmode ID in HEX!
  16.  
  17.  The IDs for PAL is 0x00021000 (320 240) and 0x00029004 (640 480). The supplied
  18.  TrueReality.cfg file uses DoublePAL, I do however NOT recommend this since using
  19.  PAL is much faster due to faster CHIP-mem writes!
  20.  
  21.  * Starting TR:
  22.  
  23.  1. Open a CLI/Shell window and write TrueReality -localdisp ROMNAME
  24.  2. TR will now start, load the ROM and open a screen.
  25.  3. Press Left Amiga + M to get back to your CLI/Shell window.
  26.  4. Write G and press enter and the emu starts!
  27.  5. TR probably changes the screenmode once or twice before any
  28.     action will take place on screen, and please remember that NOT
  29.     all ROMs work, check out http://www.snes9x.com/n64emulators/index.htm
  30.     for a few screenshots of working ROMs.
  31.  
  32.  * These keys are used (incl. what they do):
  33.  
  34.  Left Mouse Button - Hold DOWN for a sec or two until TrueReality quits.
  35.  
  36.  ESC - Quits TrueReality (do NOT always work, use LMB as described above).
  37.  F8  - Refresh Visual (to force refreshing, normally done automatically).
  38.  
  39.  Q - Start Button
  40.  W - A-Button
  41.  E - B-Button
  42.  
  43.  8 (numeric keyboard) - C-Button UP
  44.  2 (numeric keyboard) - C-Button DOWN
  45.  4 (numeric keyboard) - C-Button LEFT
  46.  6 (numeric keyboard) - C-Button RIGHT
  47.  
  48.  UP    (arrow) - D-Button UP
  49.  DOWN  (arrow) - D-Button DOWN
  50.  LEFT  (arrow) - D-Button LEFT
  51.  RIGTH (arrow) - D-Button RIGHT
  52.  
  53.  A - R-Button
  54.  S - L-Button
  55.  D - Z-Button
  56.  
  57.  K - Stick Up
  58.  J - Stick Down
  59.  L - Stick Right
  60.  H - Stick Left
  61.  
  62.  NOTE: The stick is a simulated analogue one and thus do NOT return to zero when you
  63.        release one of the buttons, you must return in manually by pressing the oposite one!
  64.  
  65.  * Demo ROMs can be found at http://www.dextrose.com/
  66.  
  67.  NOTE: Download PONG as the first one to get one that works!
  68.  
  69.  /Mathias "AmiDog" Roslund
  70.